Public testnet for Tezos X — the execution layer where the EVM and Michelson interfaces share a single chain, secured by Tezos L1. Deploy on Tezos X with the toolstack you already know — Solidity or Michelson — and have your contracts compose atomically with any other contract — EVM or Michelson — in a single transaction.
This dashboard is under active development — services and links may change without notice.
What's new
Recent events on Previewnet, ordered by date — most recent first. Kernel upgrades roll out through the on-chain governance contract.
Incident
Incident
Improvements
Fixes
EMIT events — now reliably appear on transaction receipts. Block explorers, indexers and on-chain analytics tools see a complete picture of what happened.0x7e205800…01) no longer shows a fake huge balance on Blockscout.New
staticcall pattern.Fixes
New
Full technical changelog: CHANGES_TEZOSX.md ↗
Get connected
MetaMask for the EVM interface, Temple or octez-client for the Michelson interface. Each account holds two addresses — 0x… for EVM and tz1… for Michelson — on the same chain, with separate balances.
wallet_addEthereumChain. No MetaMask?
Install it ↗
Or add manually
Get started
Get testnet XTZ before anything else — works for both interfaces.
Fund any address — MetaMask (0x…) or Temple (tz1…) — with testnet XTZ in seconds. No registration, no rate limit.
Move funds
Deposit from Tezos L1 to the Previewnet, or withdraw back — same UI for both directions.
Move XTZ between Tezos L1 and the Tezos X Previewnet. Supports both deposit and withdraw flows through a single interface.
Explore the chain
A dedicated explorer per interface — plus a unified view that follows atomic cross-interface calls across both.
Inspect EVM transactions, deployed contracts, token transfers, and contract verification on the Previewnet.
MichelsonQuery Michelson contracts, operations, and on-chain storage via the TzKT indexer and REST API.
Follow an atomic call end-to-end — across the EVM and Michelson interfaces — in a single timeline. Bridges Blockscout and TzKT data.
What you can build
Hosted, working applications showcasing what native atomic composability unlocks.
A game where every button press is a single transaction that atomically touches both the EVM and Michelson interfaces in the same block.
Live working version of the application built in our cross-interface counter tutorial. Click to play with it; follow the tutorial below to deploy your own.
Tools
Libraries, services, and integrations to write, deploy, and use Tezos X.
Optimized Solidity library for encoding and decoding Michelson values from EVM contracts, backed by formal verification.
A wallet built for Tezos X — one account, both interfaces. Drives any EVM dApp directly
through the cross-interface gateway via window.ethereum / EIP-6963, so dApps see your
Tezos account natively without an extra EVM key.
Already use Temple, Kukai, or MetaMask? Keep them — this is an alternative for
users who want a single integrated app instead of two wallets side by side.
IguanaDEX fork running on the Previewnet — swap, provide liquidity, create pools and tokens. Useful for liquidity and integration tests against EVM contracts.
Background reading: Tezos X — From Roadmap to Reality ↗
Questions or feedback? Reach the team in the Tezos X channel on discord.gg/tezos ↗.
Network
Raw RPC and infrastructure endpoints for direct integration. Canonical reference (chain IDs, rollup address, kernel config): github.com/trilitech/tezos-x-previewnet ↗.